home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- go(the frame)
- end
-
- on mouseDown
- set sp to the clickOn
- case sp of
- 2:
- set the visible of sprite 2 to 0
- updateStage()
- bsound()
- set the visible of sprite 2 to 1
- updateStage()
- go(1, "menu2")
- 3:
- set the visible of sprite 3 to 0
- updateStage()
- bsound()
- set the visible of sprite 3 to 1
- updateStage()
- go(1, "ura2")
- 4:
- set the visible of sprite 4 to 0
- updateStage()
- bsound()
- set the visible of sprite 4 to 1
- updateStage()
- quit()
- 5:
- go(59)
- 6:
- go(60)
- 7:
- go(61)
- 8:
- go(62)
- 9:
- go(63)
- 10:
- go(64)
- 11:
- go(65)
- 12:
- go(66)
- 13:
- go(67)
- 14:
- go(68)
- 15:
- go(69)
- end case
- end
-